home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / system / filesyst / dosfs / dosfsck_.z / dosfsck_ / dosfsck / README < prev   
Encoding:
Text File  |  1993-05-11  |  1.5 KB  |  38 lines

  1. dosfsck, version 1
  2. ==================
  3.  
  4. WARNING: This is ALPHA test software. Use at your own risk.
  5.  
  6. dosfsck is the Linux equivalent of PC/MS-DOS' CHKDSK. It checks the
  7. consistency of PC/MS-DOS file systems and optionally tries to repair
  8. them. The tests dosfsck performs are described in the man page.
  9.  
  10. dosfsck needs header files from dosfs.9 (or later) to compile.
  11.  
  12. Before using dosfsck to repair a file system that contains data of any
  13. value, you should verify that dosfsck is able to correct all reported
  14. errors. (Except fatal errors and those reported as unfixable, of
  15. course.) In order to do this, run it with the -V option, e.g.
  16.  
  17.    dosfsck -V /dev/sda1        (automatic check)
  18. or dosfsck -V -r /dev/sda1    (interactive check and repair)
  19.  
  20. dosfsck will perform two passes: in the first pass, inconsistencies are
  21. detected and a list of changes to correct the problems is generated. In
  22. the second pass, those changes are applied whenever dosfsck reads data
  23. from disk. Hence no fixable errors should be reported in the second
  24. pass if the first pass was successful.
  25.  
  26. Please notify the author if fixable errors are reported in the second
  27. pass.
  28.  
  29. After verifying that dosfsck appears to be able to perform the desired
  30. operations, either confirm that you want the changes to be performed
  31. (if dosfsck was started with -r) or re-run dosfsck with the -a option
  32. (if it was started without -r).
  33.  
  34. Please send bug reports, comments, flames, etc. to
  35. almesber@nessie.cs.id.ethz.ch  or  almesber@bernina.ethz.ch
  36.  
  37. - Werner
  38.